Skip to content

fix: update layout classes for better responsiveness#7632

Merged
laske185 merged 2 commits intodevelopfrom
7627-v3
May 5, 2025
Merged

fix: update layout classes for better responsiveness#7632
laske185 merged 2 commits intodevelopfrom
7627-v3

Conversation

@deleonio
Copy link
Copy Markdown
Contributor

@deleonio deleonio commented May 4, 2025

This pull request focuses on improving the layout consistency and simplifying styles across various React components and stylesheets. The most significant changes include replacing flex layouts with flex-wrap for better responsiveness, adjusting spacing between elements, and simplifying the style.scss file by removing unnecessary styles.

Layout improvements:

  • Updated multiple components (BadgeBasic, BadgeButton, ButtonBaselined, LinkButtonAriaDescription, LinkButtonBasic, and TreeBasic) to use flex-wrap in their container div elements, ensuring better responsiveness and layout flexibility. [1] [2] [3] [4] [5] [6]
  • Adjusted spacing between elements by changing gap values (e.g., from gap-4 or gap-14 to gap-2) for a more compact and consistent appearance. [1] [2]

Style simplification:

  • Simplified the .indented-text style in style.scss by removing unused properties like font-family, border-left, and padding, leaving only a margin: 0 rule.

The A11y and PO reviews will only take place after all other DoD steps have been completed by the Developer:

  • Meaningful pull request title for the release notes
  • Pull request is linked to an issue and all changes relate to the issue
  • Tests to protect this code implemented (if applicable)
  • Manual test performed successfully (if applicable)
  • Documentation or migration has been updated (if applicable)

@deleonio deleonio added the v3 label May 4, 2025
@deleonio deleonio linked an issue May 4, 2025 that may be closed by this pull request
4 tasks
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented May 4, 2025

@deleonio deleonio requested a review from laske185 May 5, 2025 04:45
@laske185 laske185 merged commit ba12c49 into develop May 5, 2025
9 of 10 checks passed
@laske185 laske185 deleted the 7627-v3 branch May 5, 2025 06:24
@publicuibot publicuibot bot locked and limited conversation to collaborators May 5, 2025
@deleonio deleonio removed the v3 label Jun 11, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mobilansicht Sample-App optimieren

2 participants